@charset "utf-8";
.fl_open {
    position: fixed;
    width: 100px;
    height: 54px;
    z-index: 999;
    left: 0;
    /*left: -84px;*/
    bottom: 20px;
    background: url(../images/browser/fl_open.png) no-repeat 0 0;
}

.fl_pop {
    position: fixed;
    background: #cbb486;
    z-index: 9999;
    left: -4000px;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
    height: 80px;
    color: #FFFFFF;
}

.fl_pop_left {
    margin: 0 auto;
    width: 1190px;
    position: relative;
    padding-top: 15px;
}

.fl_pop_left>p {
    line-height: 28px;
    margin-left: 180px;
}

.fl_pop_left .fl_pop_p1 {
    font-size: 18px;
    font-weight: bold;
    background: url(../images/browser/warning.png) no-repeat 5px;
    padding-left: 35px;
}

.fl_pop_left .fl_pop_p2 {
    font-size: 18px;
    font-weight: bold;
    display: none;
}

.fl_pop .fl_wrap_close {
    position: absolute;
    top: 10px;
    right: 100px;
    font-size: 28px;
    line-height: 1.2;
    font-family: Simsun;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}